From bb28618dcd361945633ff587fc35f0f8bfce8d85 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 19 Feb 2001 13:30:03 +0000 Subject: [PATCH] (update_menu_bar): Run activate-menu-bar-hook with safe_run_hooks. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 3e5dc207c36..e573069dcb1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -7033,7 +7033,7 @@ update_menu_bar (f, save_match_data) } /* Run the Lucid hook. */ - call1 (Vrun_hooks, Qactivate_menubar_hook); + safe_run_hooks (Qactivate_menubar_hook); /* If it has changed current-menubar from previous value, really recompute the menu-bar from the value. */ -- 2.30.2